home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / PG / PCLP41.ZIP / PCL4P.DOC < prev    next >
Encoding:
Text File  |  1994-05-10  |  4.9 KB  |  106 lines

  1.                         *** SHAREWARE DOCUMENTATION ***
  2.  
  3.  
  4.        The Personal Communications Library for Turbo Pascal (PCL4P) is an
  5.        asynchronous   communications  library  designed  for  experienced
  6.        software developers programming in Turbo Pascal, version  4.0  and
  7.        up. The PCL features:
  8.  
  9.        o  32 communications and support functions.
  10.        o  Support for the high performance INS16550 UART.
  11.        o  Supports hardware (RTS/CTS) flow control.
  12.        o  Interrupt driven receiver and transmitter (optional).
  13.        o  Supports 300 baud to 115,200 baud.
  14.        o  Supports the PC/4 and PC/8 DigiBoard.
  15.        o  Supports the BB1004, BB1008, and BB2016 BOCA boards.
  16.        o  COM1 through COM16 defined.
  17.        o  Adjustable receive queues from 8 bytes to 32 KB.
  18.        o  Control-BREAK error exit.
  19.        o  18 communications error conditions trapped.
  20.        o  4 ports can run concurrently (more with multiport boards).
  21.        o  Complete modem control & status.
  22.        o  Written in assembly language for small size & high speed.
  23.        o  Terminal program featuring ASCII (with XON/XOFF), XMODEM, YMODEM,
  24.           and YMODEM-G.
  25.  
  26.        Several  example  programs ( source code ) are provided along with
  27.        the small model library and makefiles for each  of  the  supported
  28.        compilers.  The example programs are:
  29.  
  30.        (1)  SIMPLE  is an extremely simple terminal emulator program.  It
  31.        is provided as the smallest and easiest to understand  example  of
  32.        communications programming using PCL4P.
  33.  
  34.        (2)  TERM  is  a  more  capable terminal emulator than SIMPLE.  It
  35.        functions as a dumb terminal emulator but can exchange files using
  36.        XMODEM (Standard XMODEM, XMODEM-CRC,  and  XMODEM-1K)  and  YMODEM
  37.        (standard  and  YMODEM-G)  communication protocols. TERM will also
  38.        send an initialization string to your Hayes compatible modem.
  39.  
  40.        The shareware distribution does not include the source code to the
  41.        library, but all example code is included.
  42.  
  43.        For more information, refer to the Personal Communications Library
  44.        Users  Manual  (  PCL4P.USR  ) and Personal Communications Library
  45.        Reference Manual ( PCL4P.REF ), which are part of PCL4P41.ZIP.
  46.  
  47.        A  C version of the library ( PCL4C ) is also available.
  48.  
  49.  
  50.                         *** Registration ***
  51.  
  52.  
  53.        The shareware version of PCL4P.LIB is provided  so  that  you  may
  54.        personally  determine  the usefulness of the product for yourself.
  55.        If you can use  the  Personal  Communications  Library  for  Turbo
  56.        Pascal  ,  please  register your use with us. Send $65 plus $3 S&H
  57.        ($6 outside of North America) to:
  58.  
  59.                   MarshallSoft Computing, Inc.
  60.                   Post Office Box  4543
  61.                   Huntsville AL 35815
  62.  
  63.                   Voice  205-881-4630
  64.                   FAX    205-881-4630
  65.                   BBS    205-880-9748
  66.  
  67.  
  68.          We accept  American  Express  (account  number,  expiration  date,
  69.          exact  name  on  your  card,  and  complete  AmEx  billing address
  70.          required), checks in US dollars  drawn  on  a  US  bank,  purchase
  71.          orders  (POs)  from  recognized  US schools and companies listed in
  72.          Dun &  Bradstreet,  and  COD  (street  address  and  phone  number
  73.          required)  within  the USA (plus a $3 COD charge).  Print the file
  74.          PCL4P.INV if an invoice  is  needed.
  75.  
  76.          You  can  also  order PCL4P from The Public Software Library (PSL)
  77.          with your MC, Visa, AmEx, or Discover card by calling 800-242-4PSL
  78.          (from overseas: 713-524-6394) or by  FAX  at  713-524-6398  or  by
  79.          CompuServe  at  [71355,470].  THESE NUMBERS ARE FOR ORDERING ONLY.
  80.          The product number for PCL4P is 10909.
  81.  
  82.          If  you  wish  to  update from an older version of PCL4P, send $15
  83.          plus  $3  S&H  ($6 outside  of  North  America).  Updates  must be
  84.          ordered directly from MarshallSoft Computing.
  85.  
  86.          The registered package includes:
  87.  
  88.          o  Assembler source code for the library.
  89.          o  Printed Users Manual.
  90.          o  Printed Reference Manual.
  91.          o  Telephone, FAX, BBS support for one year.
  92.          o  EXAMPORT -- Free utility which displays  a  detailed  formatted
  93.             report  for  any  serial port. For example, to display a report
  94.             for COM1, type "EXAMPORT 1".
  95.  
  96.        PCL4P.ASM is the source code for the library. The source  code  is
  97.        copyrighted  by MarshallSoft Computing, Inc. The user is granted a
  98.        license to use the PCL4P object code in his own application  only.
  99.        PCL4P.ASM  is  not  shareware and may not be sold or given away to
  100.        anyone.
  101.  
  102.        The registered user will receive the latest version  of  PCL4P  by
  103.        return  mail.  A 5.25" diskette is provided unless a 3.5" diskette
  104.        is requested.
  105.  
  106.